meson: add po and po-properties
authorTim-Philipp Müller <tim@centricular.com>
Wed, 22 Mar 2017 13:53:25 +0000 (13:53 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 3 May 2017 14:10:55 +0000 (15:10 +0100)
meson.build
po-properties/meson.build [new file with mode: 0644]
po/meson.build [new file with mode: 0644]

index 7cda4248c40ddc4118c2c71de240dabf3914e923..0665c6d83023f502ccb506a905930bf039b040e9 100644 (file)
@@ -445,3 +445,6 @@ if host_machine.system() != 'windows'
     configuration : pkgconf,
     install_dir : pkg_install_dir)
 endif
+
+subdir('po')
+subdir('po-properties')
diff --git a/po-properties/meson.build b/po-properties/meson.build
new file mode 100644 (file)
index 0000000..7cb98ce
--- /dev/null
@@ -0,0 +1,3 @@
+i18n = import('i18n')
+
+i18n.gettext('gtk40-properties', preset : 'glib')
diff --git a/po/meson.build b/po/meson.build
new file mode 100644 (file)
index 0000000..84e0c71
--- /dev/null
@@ -0,0 +1,3 @@
+i18n = import('i18n')
+
+i18n.gettext('gtk40', preset : 'glib')